Skip to content

rustc: Fixup verbatim UNC paths as well on Windows #25868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2015

Conversation

alexcrichton
Copy link
Member

The compiler already has special support for fixing up verbatim paths with disks
on Windows to something that can be correctly passed down to gcc, and this
commit adds support for verbatim UNC paths as well.

Closes #25505

The compiler already has special support for fixing up verbatim paths with disks
on Windows to something that can be correctly passed down to gcc, and this
commit adds support for verbatim UNC paths as well.

Closes rust-lang#25505
@rust-highfive
Copy link
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @brson

@rust-highfive rust-highfive assigned brson and unassigned nikomatsakis May 28, 2015
@brson
Copy link
Contributor

brson commented Jun 1, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 1, 2015

📌 Commit 2627ae3 has been approved by brson

@bors
Copy link
Collaborator

bors commented Jun 2, 2015

⌛ Testing commit 2627ae3 with merge 2b4713b...

@bors
Copy link
Collaborator

bors commented Jun 2, 2015

💔 Test failed - auto-linux-32-nopt-t

@alexcrichton
Copy link
Member Author

@bors: retry

On Tue, Jun 2, 2015 at 6:07 AM bors notifications@github.com wrote:

[image: 💔] Test failed - auto-linux-32-nopt-t
http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/5191


Reply to this email directly or view it on GitHub
#25868 (comment).

@bors
Copy link
Collaborator

bors commented Jun 2, 2015

⌛ Testing commit 2627ae3 with merge cc85db4...

bors added a commit that referenced this pull request Jun 2, 2015
The compiler already has special support for fixing up verbatim paths with disks
on Windows to something that can be correctly passed down to gcc, and this
commit adds support for verbatim UNC paths as well.

Closes #25505
@bors bors merged commit 2627ae3 into rust-lang:master Jun 2, 2015
@alexcrichton alexcrichton deleted the issue-25505 branch July 17, 2015 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc on Windows gives error when dependencies are on a mapped network drive
5 participants